home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_objc.idb / usr / freeware / include / ppi / Graph.h.z / Graph.h
Encoding:
C/C++ Source or Header  |  1999-07-16  |  354 b   |  26 lines

  1.  
  2. /*
  3.  * Portable Object Compiler (c) 1998 by Stes & Lerman.  All Rights Reserved.
  4.  */
  5.  
  6. #ifndef __OBJGRAPH_H__
  7. #define __OBJGRAPH_H__
  8.  
  9. #include "objc.h"
  10.  
  11. @interface ObjGraph : Object
  12. {
  13. }
  14.  
  15. + over:anId;
  16. - over:anId unique:(BOOL)flag;
  17. + over:anId unique:(BOOL)flag;
  18. - (unsigned) size;
  19. - error:(STR)fmt,...;
  20. - add:anObject;
  21. @end
  22.  
  23. #endif /* __OBJGRAPH_H__ */
  24.  
  25.  
  26.